Skip to main content

GrpcMarshaller<T>

Assembly: ServiceStack.GrpcClient.dll​
View Source​
Declaration
public class GrpcMarshaller<T> : Marshaller<T>

Properties​

Instance​

View Source​
Declaration
public static Marshaller<T> Instance { get; set; }

Methods​

Serialize(T)​

View Source​
Declaration
public static byte[] Serialize(T payload)
Returns​

System.Byte[]

Parameters​
TypeName
<T>payload

Deserialize(Byte[])​

View Source​
Declaration
public static T Deserialize(byte[] payload)
Returns​

<T>

Parameters​
TypeName
System.Byte[]payload